.banner-slider-module {
	margin: 0 0 15px;
	position: relative;
}

.banner-slider-module .modulelinks {
	left: 10px;
	position: absolute;
	top: 10px;
	z-index: 999;
}

.banner-slider-module .modulelinks a {
	color: #FFF;
}
.banner-slider {
position: relative;
}
.banner-slider__item {
	position: relative;
}

.banner-slider__item.slick-slide {
	min-height: 100px;
}

.banner-slider__item a {
	color: #FFF;
}

.banner-slider__edit {
	position: absolute;
	left: 50%;
	top: 10px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
    z-index: 1000;
}

.banner-slider-module .ModuleEditLink {
	background: rgba(0,0,0,0.5);
	padding: 4px 8px;
}

.slick-slide img {
	min-width: 100%;
}

.slick-prev,
.slick-next {
	border: 0 none;
	bottom: 0;
	color: #fff;
	font-size: 20px;
	left: 0;
	opacity: .5;
	padding: 0;
	position: absolute;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	top: 0;
	width: 15%;
	z-index: 2;
}

.slick-prev:hover,
.slick-next:hover {
	color: #fff;
	opacity: .9;
	outline: 0;
	text-decoration: none;
}

.slick-prev {
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%) repeat-x scroll 0 0 transparent;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%) repeat-x scroll 0 0 transparent;
}

.slick-next {
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%) repeat-x scroll 0 0 transparent;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%) repeat-x scroll 0 0 transparent;
	left: auto;
	right: 0;
}

.banner-slider__caption {
	bottom: 0;
	color: #fff;
	left: 15%;
	margin: 0;
	padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;
	right: 15%;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	z-index: 10;
}

@media screen and (min-width: 768px) {
	.banner-slider__caption {
		left: 20%;
		padding-bottom: 30px;
		right: 20%;
	}
}
